home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
graphics
/
a-g
/
fu
/
formulas
/
mandelspitzen.form
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-12-21
|
221 b
|
30 lines
MandelSpitzen
{
{
mirrorx
x1=-2.0
x2= 2.0
y1=-2.0
y2= 2.0
bailout=4.0
}
{
z=pixel
c=pixel
}
{
z=z*z
z=z+c
w1=imag(z)
w1=swap(w1)
w2=real(z)
w=w1*w2
w=abs(w)
}
{
w>bailout
}
{
}
}